Welcome![Sign In][Sign Up]
Location:
Search - array class

Search list

[Otherltb

Description: 整数从小到大排列,该程序使用的是函数实现法,有助于对类中函数的适用的了解。-Integer array from small to large, the program is the function used by law, contribute to class understanding of the application function.
Platform: | Size: 8192 | Author: suyun | Hits:

[OtherArrayEx2009-3-22

Description: 比VC自带的数组类CArray还快的数组类-Than the VC' s own array type faster array CArray Class
Platform: | Size: 2048 | Author: 陈梓强 | Hits:

[Windows DevelopOnedimensionalarrclastemplate

Description: 建立一维数组数据结构的模板类,使一维数组中的数据元素可以是char, int, float等多种数据类型,类中的成员函数主要包括: 排序函数,能够对数组元素进行升序排列; 查找函数,能够在输入待查元素后,输出其在数组中的下标; 构造函数,初始化输入数组元素,这里要求数组元素的个数n是一个变量; 析构函数,释放数组元素所占用的堆内存; Set函数,可以为指定的数组元素赋值; Get函数,可以读取指定数组元素的值; Print函数,可以输出数组元素的值。 编写一个测试该模板类的程序 -The establishment of one-dimensional array data structure of the template classes, so one-dimensional array of data elements can be char, int, float and other data types, class member functions include: Sort function, the array elements to sort in ascending order Find a function, the element of unknown origin in the input, the output in the array subscript Constructor, initialize the array element input, where the number of requirements of the array element is a variable n Destructor to release the space occupied by the array element memory heap Set function for the specified array element assignment Get function, can read the value of the specified array of elements Print function, you can output the value of the array elements. The preparation of a test procedure for the template classes
Platform: | Size: 1024 | Author: 晓华 | Hits:

[Windows DevelopGrademanagement

Description: 实现学生成绩管理,包括课程平均分,个人平均分,等. 可以通过扩展数组大小来适应班级人数多少.-To achieve student performance management, including courses on average points per points, and so on. Can expand the array size to accommodate the number of class size.
Platform: | Size: 1955840 | Author: kwqjay | Hits:

[assembly languageLightemplate

Description: 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -I wrote the php template class, called simple, if else include support such as labels, can contain spread function, the entire template and the document does not include the external require, reducing the io operation, load the three template variables, two array variables, smarttemplate faster than an average of 2-3 ms. simply load the template file, do not set any variables lightemplate an average of about 0.3 milliseconds, smarttemplate at least 1 ms.
Platform: | Size: 5120 | Author: mohc | Hits:

[JSP/Java6

Description: 2、 声明测试类TestStudent完成对多态性的测试:(1)在主方法中声明Student类的数组(含五个元素)。(2)生成五个对象存入数组,其中三个Student类的对象、一个StudentXW类的对象、一个StudentBZ类的对象。(3)将方法testScore()发送给数组的每一个元素,输出结果,并分析具体执行的是哪一个类中的方法。-2, statement completion of testing polymorphisms TestStudent type of test: (1) a statement in the main method of Student class array (including the five elements). (2) to generate the object into an array of five, three of which the object of type Student, a category StudentXW object, the object of a category StudentBZ. (3) methods testScore () sent to each element of the array, the output results and analysis of the specific implementation of a class in which the method.
Platform: | Size: 1024 | Author: ww | Hits:

[Data structsIntegerSort

Description: 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the exchange of the number of exchange_count, to detect the number of probe_count) test category and constitute a sort of category system category. Note: The use of a class to describe a sorting algorithm, class by calling the sort method of comparison, the exchange of methods to achieve the sort array. Sorted into a specific category MySort in the package.
Platform: | Size: 8192 | Author: jay | Hits:

[Embeded Linuxqiuchuandibibao

Description: 数字图像处理课上讲到图像和视觉基础时涉及到了离散数学中的一个概念: 传递闭包。刚好我的C语言刚看到数组,就编来看看吧。-Digital Image Processing class visual sense to the base image and involves a discrete mathematics concepts: the transitive closure. Just me just to see the array of C language, on the allocation of view and see.
Platform: | Size: 3072 | Author: 123 | Hits:

[OpenGL program9_9

Description: 编写返回数组中最大元素数值的模板函数: template <class T> int Max(T Arr[],int n) -Prepared to return the largest element of the array value template function: template <class T> int Max (T Arr [], int n)
Platform: | Size: 4096 | Author: weiht | Hits:

[OtherZbase32

Description: Z Base32 class to convert byte array to base32 array
Platform: | Size: 7168 | Author: busa | Hits:

[Windows Developinclude

Description: 一个学生类,包括数据成员姓名、分数、等级(字符型数组),设计友元函数,用来根据成绩分数确定对应的等级:90~100:优; 80~89:良; 70~79:及格; 60以下:不及格; disp()成员函数用来显示学生的数据。主函数中定义学生类对象数组,初始化姓名和分数;输出结果;显示每个学生的姓名、分数、等级。 -A student categories, including data members names, scores, class (character array), the design of the Friends of element function, used to determine the basis of merit scores of the corresponding level: 90 ~ 100: excellent 80 ~ 89: good 70 ~ 79: pass 60 the following: failure disp () member functions of the data used to show students. The main function of the object type defined in the array of students, name and scores of initialization output shows the names of each student, scores, grade.
Platform: | Size: 4096 | Author: 张闽 | Hits:

[Data structsmfc_misc

Description: 非常用用的mfc数组、链表排序辅助类,解决MFC的类不能排序的遗憾-Mfc is used with an array, linked list to sort helper class, the class can not solve the MFC sort of regret
Platform: | Size: 3072 | Author: xiaosong | Hits:

[JSPjava_diary_18

Description: j2se 18天笔记是根据网络上资料而制作成的CHM帮助文档 目录: Day01:java环境与数据类型 Day02:数据运算与数组 Day03:面向对象 Day04:修饰符与类权限 Day05:类与接口 Day06:集合类型 Day07:反射机制与内部类 Day08:异常与Swing图形界面 Day09:swing图形界面与AWT事件模型 Day10:JFC基础类库(具体类查看API) Day11:多线程-进程与线程及方法 Day12:线程机制与I/O流的方法 Day13:I/O流的类与编码方式 Day14:优化的I/O流与网络编程 Day15:网络编程与常用类库 Day16:国际化与新特性 Day17:新特性与并发线程 Day18:软件开发流程 -Notes j2se 18 days is based on network information into the CHM help file directory: Day01: java environment and data type Day02: computing with the array data Day03: Object-Oriented Day04: modifier with the type of authority Day05: Class and Interface Day06: Set the type of Day07: reflex mechanisms and internal category Day08: abnormal and Swing graphical interface Day09: swing GUI with AWT event model Day10: JFC Foundation Class Library (see specific types of API) Day11: multi-threaded- processes and threads and method of Day12 : thread mechanism and I/O flow way Day13: I/O stream with the encoding type of Day14: optimized I/O and network flow programming Day15: Network Programming with the Common Library Day16: internationalization and new features Day17: concurrent thread with new features Day18: software development process
Platform: | Size: 178176 | Author: Rubbish | Hits:

[Windows Developvc_cshap_java_code

Description: 代码包括:VC、Cshap、ASP.Net、Java等多种语言。 EJB编程,VC++下ACE开发入门,ASP.NET中实现DataGrid控件动态绑定数据的方法探讨,模仿深度剥离效果,C#中动态数组设计原理,基于WinSock的UDP数据转发,用VC++实现手机短消息查询,基于.NET框架RijndaelManaged类的数据加密器设计,-Code include: VC, Cshap, ASP.Net, Java and other languages. EJB programming, VC++ under the ACE entry, ASP.NET achieve dynamic binding DataGrid data control methods, mimic the effect of the depth of stripping, C# dynamic array of design principles, based on WinSock forward the UDP data, using VC++ the realization of mobile phone short message information, based on the. NET Framework Class RijndaelManaged design of data encryption, etc.
Platform: | Size: 2155520 | Author: 蔡依琳 | Hits:

[Multimedia programtouchlib-src-win32-20070814

Description: This archive contains the .java and .class files for the flosc server, as well as an example Flash client. The code might be useful if you want to see how to write a recursive OSC packet parser in Java, or how to parse or create XML in Flash, or how to create a 4-byte boundary aligned array of bytes from objects in Java. Why reinvent the wheel? You can do anything you want with flosc and the source code… just don’t start selling it or blaming me for anything.
Platform: | Size: 1692672 | Author: 徐飞 | Hits:

[JSP/Javajava_applet

Description: Applet类与Applet小程序,数组 向量 字符串 递归 排序-Applet applet Applet class, recursive sort string array vector
Platform: | Size: 658432 | Author: guaiguai | Hits:

[JSP/JavaJakarta_Commons_study

Description: 从Jakarta Commons CookBook中整理出来的非常有用的类和方法,以方便的方法解决了诸如数组操作、日期操作、字符串操作、数字操作、文件操作等常见的问题。这是在java web应用中常见的commons-*.jar包中的内容-The very useful class and method finishing out from Jakarta Commons CookBook, to facilitate the solution of such operations of array, operations of date, operations of string, operations of number, operations of file etc. This is the contents of commons-*. jars commonly in java web application
Platform: | Size: 4096 | Author: 萧毅鸿 | Hits:

[xml-soap-webserviceSoapClientBase

Description: 使用C++编写的SOAP(简单对象访问协议)帮助类,用户可以使用该类创建相关函数,从而访问WebService。-Soap client helper class for C++ Usage: 1. Inherit a class from this base class 2. Call Init in constructor, like this: Init "http://localhost/AuthService/AuthService.asmx?wsdl", "AuthService", "") 3. Wrap the webservice by writing proxy function for each web method 4. Call Invoke to execute the function, processing the input params and return valuebe careful, the order of parameters should be reversed in the parameter array while callin Invoke 5. Then use this class to call webservice, like this: AuthServiceClient service bool ret = service.IsAuthorized(strCode)
Platform: | Size: 2048 | Author: 薛兴涛 | Hits:

[OS programEOSproject

Description: EOS1实现3种版本的向量内积) ,返回double精度数值) ,比较使用不同大下和密度的向量来对比相关的速度) ,-In large-scale optimization problems, different vectors and matrices are typically sparse, i.e. only very few elements are non-zero. Typically vectors with thousands of elements may contain only about 4-6 non-zeroes, on average. Such vectors can be stored as normal unpacked vectors (such as DVector class). Often sparse vectors can be stored more efficiently as packed vectors, where only the index and value of the non-zero elements are stored in an array.
Platform: | Size: 134144 | Author: wyb527 | Hits:

[WEB Codeadvs

Description: js圖片展示 <script type="text/javascript"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:10, timeID:null, name: a3 , id:0, stime:6000 } win.add(window, load ,function(){sadvs.initAnimation($( ad_3 ),a3) }) </script> <div id="ad_3" class="ad"><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /></div>-js Pictures <script type="text/javascript"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:10, timeID:null, name: a3 , id:0, stime:6000 } win.add(window, load ,function(){sadvs.initAnimation($( ad_3 ),a3) }) </script><div id="ad_3" class="ad"><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /></div>
Platform: | Size: 1024 | Author: kins | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 35 »

CodeBus www.codebus.net